ByteMINumericByteMDivide Method
Divides the current value by the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ByteM INumeric<ByteM>.Divide(
ByteM value
)
Private Function Divide (
value As ByteM
) As ByteM Implements INumeric(Of ByteM).Divide
private:
virtual ByteM Divide(
ByteM value
) sealed = INumeric<ByteM>::Divide
private abstract Divide :
value : ByteM -> ByteM
private override Divide :
value : ByteM -> ByteM
- value ByteM
- The value as the divisor.
ByteMThe result of dividing the current value by
value.
INumericTSelfDivide(TSelf)